home *** CD-ROM | disk | FTP | other *** search
/ ftp.mactech.com 2010 / ftp.mactech.com.tar / ftp.mactech.com / machack / Hacks95 / MagicTitleHack.sit / MagicTitle / MagicTitle Source&Stuff / Source / HackDragWindow.h < prev    next >
Text File  |  1995-05-08  |  164b  |  14 lines

  1. // HackDragWindow.h
  2.  
  3. #ifndef HackDragWindow_h
  4. #define HackDragWindow_h
  5.  
  6. #include <Types.h>
  7. #include <Files.h>
  8. #include <QuickDraw.h>
  9.  
  10. void HackInit(void);
  11.  
  12.  
  13. #endif
  14.